Interface PrintDialogPT4

All Superinterfaces:
IPCObject
All Known Implementing Classes:
PrintDialogPT4Impl

public interface PrintDialogPT4 extends IPCObject
Information provided by the PKI file:

    \class PrintDialogPT4
    
    \brief PrintDialogPT4 allows for UI manipulation of the Print Dialog.
    
    \example appWindow().getPrintDialog()
    
Author:
Auto-generated
  • Method Details

    • setWidgetDisable

      void setWidgetDisable(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to the specified widget.
          
          \param widgetName, name of the widget to enable or disable.
          \param bVisible, true to disable input events to the specified widget, false to enable input events.
          
              
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible